Telegram Group & Telegram Channel
# پاسخ تمرین شماره 2
eq = ""
result = 0
op = "+"
loopsFirstRun = True
while True:
if loopsFirstRun != True:
op = input("Enter an operator (+,-,*,/,=) : ") # دریافت علامت
eq = "(" + eq + op;
if op == "=":
break
num = float(input("Enter a number : ")) # دریافت عدد
if op == "+":
result = result + num
elif op == "-":
result = result - num
elif op == "*":
result = result * num
elif op == "/":
result = result / num
else: # در صورتی که علامت وارد شده از چهار عمل اصلی نباشد
result = "Invalid operator : " + op # نمایش پیغام خطا
eq = eq + str(num);
if loopsFirstRun != True:
eq = eq + ")";
print(eq + " = " + str(result))
loopsFirstRun = False
print(result)



tg-me.com/python12/1306
Create:
Last Update:

# پاسخ تمرین شماره 2
eq = ""
result = 0
op = "+"
loopsFirstRun = True
while True:
if loopsFirstRun != True:
op = input("Enter an operator (+,-,*,/,=) : ") # دریافت علامت
eq = "(" + eq + op;
if op == "=":
break
num = float(input("Enter a number : ")) # دریافت عدد
if op == "+":
result = result + num
elif op == "-":
result = result - num
elif op == "*":
result = result * num
elif op == "/":
result = result / num
else: # در صورتی که علامت وارد شده از چهار عمل اصلی نباشد
result = "Invalid operator : " + op # نمایش پیغام خطا
eq = eq + str(num);
if loopsFirstRun != True:
eq = eq + ")";
print(eq + " = " + str(result))
loopsFirstRun = False
print(result)

BY پایتون / python


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/python12/1306

View MORE
Open in Telegram


پایتون python Telegram | DID YOU KNOW?

Date: |

How Does Bitcoin Work?

Bitcoin is built on a distributed digital record called a blockchain. As the name implies, blockchain is a linked body of data, made up of units called blocks that contain information about each and every transaction, including date and time, total value, buyer and seller, and a unique identifying code for each exchange. Entries are strung together in chronological order, creating a digital chain of blocks. “Once a block is added to the blockchain, it becomes accessible to anyone who wishes to view it, acting as a public ledger of cryptocurrency transactions,” says Stacey Harris, consultant for Pelicoin, a network of cryptocurrency ATMs. Blockchain is decentralized, which means it’s not controlled by any one organization. “It’s like a Google Doc that anyone can work on,” says Buchi Okoro, CEO and co-founder of African cryptocurrency exchange Quidax. “Nobody owns it, but anyone who has a link can contribute to it. And as different people update it, your copy also gets updated.”

To pay the bills, Mr. Durov is issuing investors $1 billion to $1.5 billion of company debt, with the promise of discounted equity if the company eventually goes public, the people briefed on the plans said. He has also announced plans to start selling ads in public Telegram channels as soon as later this year, as well as offering other premium services for businesses and users.

پایتون python from hk


Telegram پایتون / python
FROM USA